hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
fillRectangle
hip
api
graphics
g2d
renderer2d
Struct compatible with float[4] or float[4]
void
fillRectangle
(float x, float y, float width, float height, HipColor color)
void
fillRectangle
(T r, HipColor color)
version(DefineOverloadings && Have_util)
pragma(
inline
, true)
void
fillRectangle
(
T
)
(
in
T
r
,
HipColor
color
=
HipColor.no
)
if
(
isTypeArrayOf
!(
float
,
T
, 4)
)
Meta
Source
See Implementation
hip
api
graphics
g2d
renderer2d
functions
drawCircle
drawEllipse
drawLine
drawRectangle
fillCircle
fillEllipse
fillRectangle
setFont
Struct compatible with float[4] or float[4]